projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c15cfd1
)
(SOCKLEN_TYPE): Define as int.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 1 Jun 1998 21:07:32 +0000
(21:07 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 1 Jun 1998 21:07:32 +0000
(21:07 +0000)
src/s/aix4.h
patch
|
blob
|
history
diff --git
a/src/s/aix4.h
b/src/s/aix4.h
index 9f04d5aa25c730b8f69901ad9ae5e25854627c58..cdba4869a45fdfb4f8ce5940ad5d63c25028ce44 100644
(file)
--- a/
src/s/aix4.h
+++ b/
src/s/aix4.h
@@
-13,3
+13,7
@@
/* Dave Love <d.love@dl.ac.uk> reported this as needed on AIX 4.1.
It is just a guess which versions of AIX need this definition. */
#define HAVE_WAIT_HEADER
+
+/* Specify the type that the 3rd arg of `accept' points to.
+ It is just a guess which versions of AIX need this definition. */
+#define SOCKLEN_TYPE int